home *** CD-ROM | disk | FTP | other *** search
- object MXSessionDlg: TMXSessionDlg
- Left = 241
- Top = 166
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Mail eXtension Session Properties'
- ClientHeight = 198
- ClientWidth = 429
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object TabbedNotebook1: TTabbedNotebook
- Left = 0
- Top = 0
- Width = 429
- Height = 153
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- TabFont.Color = clBtnText
- TabFont.Height = -11
- TabFont.Name = 'MS Sans Serif'
- TabFont.Style = []
- TabOrder = 0
- object TTabPage
- Left = 5
- Top = 26
- Caption = 'General'
- object GroupBox1: TGroupBox
- Left = 4
- Top = 4
- Width = 409
- Height = 113
- Caption = 'User Parameters:'
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 36
- Width = 38
- Height = 16
- Caption = 'Name:'
- end
- object Label2: TLabel
- Left = 16
- Top = 68
- Width = 61
- Height = 16
- Caption = 'Password:'
- end
- object szName: TEdit
- Left = 88
- Top = 32
- Width = 301
- Height = 24
- Hint = 'Login ID or Profile Name'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object szPassword: TEdit
- Left = 88
- Top = 64
- Width = 301
- Height = 24
- Hint = 'Password'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- end
- end
- object TTabPage
- Left = 5
- Top = 26
- Caption = 'Mail System'
- object RadioGroup1: TRadioGroup
- Left = 4
- Top = 4
- Width = 409
- Height = 113
- Hint = 'Messaging System'
- Caption = 'Mail System:'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'None'
- 'Exchange'
- 'VIM'
- 'POP3/SMTP'
- 'Custom')
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- end
- object TTabPage
- Left = 5
- Top = 26
- Caption = 'Logon Parameters'
- object GroupBox2: TGroupBox
- Left = 4
- Top = 4
- Width = 409
- Height = 113
- Caption = 'Logon Parameters:'
- TabOrder = 0
- object bLogonDlg: TCheckBox
- Left = 68
- Top = 36
- Width = 97
- Height = 17
- Hint = 'Show Sign On Dialog'
- Caption = 'Logon Dialog'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object bNewSession: TCheckBox
- Left = 68
- Top = 72
- Width = 97
- Height = 17
- Hint = 'Create a new Mail Session'
- Caption = 'New Session'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- end
- object bDownLoadMsg: TCheckBox
- Left = 232
- Top = 36
- Width = 157
- Height = 17
- Hint = 'Download new Messages'
- Caption = 'Download Messages'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object bDisplayErrors: TCheckBox
- Left = 232
- Top = 72
- Width = 109
- Height = 17
- Hint = 'Display Session Errors'
- Caption = 'Display Errors'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- end
- end
- end
- object BitBtn1: TBitBtn
- Left = 240
- Top = 160
- Width = 89
- Height = 29
- Hint = 'Apply new Properties'
- Caption = '&OK'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 336
- Top = 160
- Width = 89
- Height = 29
- Hint = 'Cancel'
- Caption = '&Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- Kind = bkCancel
- end
- end
-